home *** CD-ROM | disk | FTP | other *** search
- BinDiff/--background-- BinDiff/--background--
-
- NAME
-
- BinDiff v1.1
-
- DESCRIPTION
-
- Compare two binary files in chunks of 8 bytes, dumping all
- differing chunks. Differing bytes are marked. Line format is:
-
- offset: file1-hex file1-chars | file2-hex file2-chars
-
- If BinDiff finds any differences it sets WARN (5) as the DOS
- error code, else OK (0). BinDiff is pure of heart and can
- therefore be made resident.
-
- SYNOPSIS
-
- BinDiff FILE1/A,FILE2/A,HEX/S,ALL/S,QUIET/S
-
- OPTIONS
-
- FILE1, FILE2 - the two files to be compared
- HEX - offsets are printed in hex not decimal
- ALL - dump all, not only differing chunks
- QUIET - all output is omitted
-
- COMPILING
-
- This program was written in Oberon-2 with Amiga Oberon extensions.
- Compile and link it under Amiga Oberon v3.00 with
-
- oberon -amd BinDiff
- olink -amd BinDiff
-
- To extract this documentation use Autodoc 2.7 by hartmut Goebel:
-
- autodoc -a -f BinDiff.mod > BinDiff.doc
-
- AUTHOR
-
- Jan Hense
- Lothringerstr. 9/Rgb.
- 81667 München, Germany
- Tel. +49-89-4807104
- e-mail j.hense@amc.insider.sub.de
-
- COPYRIGHT
-
- Copyright reserved by the author. Freely distributable.
-
- BinDiff/--history-- BinDiff/--history--
-
- v1.1 (27.01.95) [juh]
-
- bug: forgot Dos.FreeArgs()
- slight changes in output format
- new option: QUIET/S
- added COMPILING in --background--
- now sets WARN as DOS error code if any diffs were found
-
- v1.0 (07.01.95) [juh]
-
- Created initial version.
-
-